Add autoscroll when dragging past boundary of range
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 29 Jul 2013 16:06:20 +0000 (12:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Aug 2013 06:47:27 +0000 (08:47 +0200)
commit8c7a8e9314f4cdef015611a9d9cad2fd21d4f2b4
treeb85c03f6dd44e615b8adb6546530bcbe22fe8ac9
parentc3e172e5469caf21d12a3f4bb1f8c831e7c42888
Add autoscroll when dragging past boundary of range

A problem with the zoom scroll mode is that you have to restart
if you hit the bottom of the screen before you hit the bottom
of your document.

This commit adds an autoscroll feature to the zoom scroll: if
you move outside the window while in zoom scroll mode, we keep
scrolling in the direction you were going until you let go
of the mouse button.

https://bugzilla.gnome.org/show_bug.cgi?id=704703
gtk/gtkrange.c